Determine

This operation transfers the council's determination of the DA from the council's IT system to the Online DA Service.

path Parameters
CaseID
required
string

A fully qualified application number or case id

header Parameters
CouncilID
required
string

The council LGA name to indicate the request is originating from a specific council

IdempotencyID
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json
determiningBody
required
string

Anticipated determining body for this case

Enum: "Council" "CSPC" "LPP"
isConcurrenceReq
required
string

Is concurrence or referral sought for this case?

Enum: "Yes" "No"
isApplicationExhibited
required
string

Is this case notified or exhibited?

Enum: "Yes" "No"
exhibitStartDate
string <date>

Only required if DA has been exhibited

exhibitEndDate
string <date>

Only required if DA has been exhibited

isSICReq
required
string

Is the site subject to Special Infrastructure Contributions (SIC)?

Enum: "Yes" "No"
isVPAReq
required
string

Is the development located within an urban release area and trigger the need for a Voluntary Planning Agreement (VPA)?

Enum: "Yes" "No"
nominatedUrbanReleaseArea
string

Anticipated determining body for this case. Mandatory when isVPAReq is Yes

Enum: "Bayside West" "Rhodes" "North West" "Wilton" "St Leonards to Crows Nest" "Greater Macarthur" "South West" "Glenfield to Macarthur" "Greater Parramatta" "Western Sydney Aerotropolis" "Seven Hills" "Frenchs Forest" "Sydenham to Bankstown" "Wentworthville" "The Bays" "Central to Eveleigh" "Waterloo" "Other"
otherNominatedUrbanReleaseArea
string

Provide details of your selection of 'Other' as the nominated urban release. Mandatory when nominatedUrbanReleaseArea is Other

isPublicInfrastructure
string

Does the development triggered the need for consideration of satisfactory arrangements for public infrastructure?. Mandatory when isVPAReq is Yes

Enum: "Yes" "No"
isFeesPaidDuringAssessment
string

Is the applicant paid the DA fees?. Mandatory and applicable if fees not paid during lodgement

Enum: "Yes" "No"
totalFeesPaid
number

Fees paid by the applicant. Applicable only if fees have been paid during assessment.

inspectionDate
required
string <date>
isSICDeclared
string

I confirm that the SIC condition has been included in the proposed conditions. Mandatory when isSICReq is Yes

Enum: "Yes" "No"
isSACDeclared
string

I confirm that a SAC has been issued in relation to this development. Mandatory when isVPAReq is Yes

Enum: "Yes" "No"
determinationOutcome
required
string

Outcome of the case assessment

Enum: "APPROVED" "REFUSED" "DEFERRED"
deferredCommencConsentDts
string

Deferred commencement consent details

determinationAuthority
required
string

The authority that has made the determination for this case

Enum: "Council" "RPP" "LPP" "CSPC" "LEC" "SPP"
Array of objects (EnvironmentalPlanningInstrument)
Array of objects (ExemptAndComplyingDevCode)
otherExemptCompDevCode
string

Please provide a description of the type "Other" selected. Mandatory when exemptCompDevCode is Other

isDevStandardVariationApproved
required
string

Was a variation to development standards approved?

Enum: "Yes" "No"
Array of objects (DevelopmentVariationDetails)
determinationDate
required
string <date>

Date on which this case is determined

haveDwellingsApproved
string

Have any dwellings been approved for affordable rental housing under this consent?. Mandatory when determinationOutcome is APPROVED

Enum: "Yes" "No"
numOfApprovedDwellings
integer

How many dwellings have been approved for affordable rental housing via the consent?. Mandatory when haveDwellingsApproved is Yes

Array of objects (ProposedDevComponent)
numOneBedroomDwellings
integer

Enter the number of one bedroom dwellings in the proposed development

numTwoBedroomDwellings
integer

Enter the number of two bedroom dwellings in the proposed development

numThreeBedroomDwellings
integer

Enter the number of three bedroom dwellings in the proposed development

numFourOrMoreBedroomDwellings
integer

Enter the number of dwellings with 4 or more bedrooms in the proposed development

lotSize
integer

What is the lot size in (m2) of the site being developed

floorArea
integer

What is the approved gross floor area (m2) of the development (if relevant)?

isDesignatedDevelopment
string

Is the development a designated development?

Enum: "Yes" "No"
isPvtConsultantAssessed
string

Did the determining authority engage private consultants to assess the development application?

Enum: "Yes" "No"
numOfSubmissionsReceived
integer

How many submissions were received in relation to the application (please count each petition as a single submission)?

isPreDAMeetingHeld
string

Was a Pre DA meeting held with council before lodgement of application?

isApplicantRestrictedContactDetails
string

Has the applicant asked for their contact information to be restricted or withheld?

Enum: "Yes" "No"
Array of objects (DownloadableDocument)
required
object (Person)

Responses

Request samples

Content type
application/json
{
  • "determiningBody": "Council",
  • "isConcurrenceReq": "Yes",
  • "isApplicationExhibited": "Yes",
  • "exhibitStartDate": "2019-08-24",
  • "exhibitEndDate": "2019-08-24",
  • "isSICReq": "Yes",
  • "isVPAReq": "Yes",
  • "nominatedUrbanReleaseArea": "Bayside West",
  • "otherNominatedUrbanReleaseArea": "string",
  • "isPublicInfrastructure": "Yes",
  • "isFeesPaidDuringAssessment": "Yes",
  • "totalFeesPaid": 1250.9,
  • "inspectionDate": "2019-08-24",
  • "isSICDeclared": "Yes",
  • "isSACDeclared": "Yes",
  • "determinationOutcome": "APPROVED",
  • "deferredCommencConsentDts": "string",
  • "determinationAuthority": "Council",
  • "environmentalPlanningInstruments": [
    ],
  • "exemptComplyingDevelopmentList": [
    ],
  • "otherExemptCompDevCode": "string",
  • "isDevStandardVariationApproved": "Yes",
  • "developmentVariationDetails": [
    ],
  • "determinationDate": "2019-08-24",
  • "haveDwellingsApproved": "Yes",
  • "numOfApprovedDwellings": 0,
  • "proposedDevComponentList": [
    ],
  • "numOneBedroomDwellings": 0,
  • "numTwoBedroomDwellings": 0,
  • "numThreeBedroomDwellings": 0,
  • "numFourOrMoreBedroomDwellings": 0,
  • "lotSize": 0,
  • "floorArea": 0,
  • "isDesignatedDevelopment": "Yes",
  • "isPvtConsultantAssessed": "Yes",
  • "numOfSubmissionsReceived": 0,
  • "isPreDAMeetingHeld": "string",
  • "isApplicantRestrictedContactDetails": "Yes",
  • "Documents": [
    ],
  • "UpdatedBy": {
    }
}